home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global startColorDepth
- set the soundEnabled to 1
- set the soundLevel to 5
- set startColorDepth to the colorDepth
- set the centerStage to 1
- if the colorDepth <> 8 then
- if the colorQD = 1 then
- set the colorDepth to 8
- end if
- end if
- if the colorDepth <> 8 then
- alert("This program needs 256 color support. Please change the color depth and reboot.")
- end if
- updateStage()
- end
-